powered by
Function to assign names to a mondate.
# S3 method for mondate names(x) <- value
a mondate.
mondate
the names to assign to x
x
Assigns the names attribute to the .Data part of x.
YE <- mondate.mdy(12, 31, 2011:2012) names(YE) <- c("A", "B")
Run the code above in your browser using DataLab